home *** CD-ROM | disk | FTP | other *** search
- global ds, gList, giNum, gtNum, gtColor
-
- on prepareFrame
- templateName = "t" & gtNum
- template = getAt(gList, templateName)
- getColor = templateName & "c" & gtColor
- tColor = getAt(gList, getColor)
- fulltName = template & tColor
- filePath = the moviePath & "INIT"
- member("ColorT1A", 4).fileName = filePath & ds & fulltName & "_A.jpg"
- member("ColorT1B", 4).fileName = filePath & ds & fulltName & "_B.jpg"
- member("ColorT1C", 4).fileName = filePath & ds & fulltName & "_C.jpg"
- member("ColorT1D", 4).fileName = filePath & ds & fulltName & "_D.jpg"
- member("ColorT1E", 4).fileName = filePath & ds & fulltName & "_E.jpg"
- member("CT4-T1-Name").text = fulltName
- end
-